stack: Fix handling of GtkStackPage:visible
authorMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jul 2020 03:05:37 +0000 (23:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 Jul 2020 04:48:43 +0000 (00:48 -0400)
commit54a3293cada6e96ba711540f93951e573d1f7845
treec3f1db75ac620e1fb0c17a98c3cf1605abb5e806
parent817da34f7ed560a4414cf864266fff0223965f1c
stack: Fix handling of GtkStackPage:visible

The stack wasn't updating its visible-child when
the stack pages visible property changes. This
showed up in the inspector, when showing the details
for a list model item.
gtk/gtkstack.c